.. _`Predict Dataset (Experimental)`: .. _`com.sympathyfordata.advancedmachinelearning.predict_dataset`: Predict Dataset (Experimental) `````````````````````````````` .. image:: predict_ds.svg :width: 48 Uses a model to predict Y given X Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: Input model **dataset** | Type: dataset | Description: Dataset Output ports ............ **predictions** | Type: table | Description: Table Containing Predictions **ground_truth** | Type: table | Description: Table Containing True Values Examples ........ The node can be found in: * :download:`image_binary_classification.syx ` * :download:`tabular_binary_classification.syx ` Implementation .............. .. automodule:: node_ml_application :noindex: .. class:: PredictDataset :noindex: